By default the gun will not have a icon in the weapon wheel. here is hwo you circumvent that. but it's not necessary.


#####################################################################################################################################################
#####################################################################################################################################################
#################################################						      ###############################################
#################################################            	 WEAPON WHEEL ICON		      ###############################################
#################################################            	   INSTALL GUIDE		      ###############################################
#################################################            	     (OPTIONAL)			      ###############################################
#################################################						      ###############################################
#####################################################################################################################################################
#####################################################################################################################################################


1)Install the pickups mod from this link ----> https://www.gta5-mods.com/scripts/pickups

2)Move the image named "ICON_VITYAZ.png", found in the "optional Pickups" folder, into "[GTA root folder]\Pickups\Icons" This is the image that will show
  up as your Rhino in your weapon wheel.

3)Go back a page to "[GTA root folder]\Pickups" and open "pickups.xml" and paste the following inside (make sure to properly paste it and follows syntax);

	<Pickup>
		<DisplayName>PP-19 'VITYAZ'</DisplayName>
		<WeaponAsset>VITYAZ</WeaponAsset>
		<PickupAsset>PICKUP_WEAPON_VITYAZ</PickupAsset>
		<WheelIcon>ICON_VITYAZ</WheelIcon>
		<AmmoDisplayName>9mm</AmmoDisplayName>
		<PickupSFX>HUD_CUSTOM_PICK_UP_RIFLE_MASTER</PickupSFX>
		<AmmoPickupSFX>HUD_CUSTOM_PICK_UP_BULLETS_MASTER</AmmoPickupSFX>
		<Offset x="-0.04" y="0.0" z="0.0"/>
		<Rotation x="0.0" y="0.0" z="0.0"/>
		<Group>2</Group>
	</Pickup>

3A) you can change the "2" in "<Group>2</Group>" to whatever group on the weapon wheel you'd like. For me, group 2 is my AR/SMG sling slot.

4)If you want attachments to be detailed in the weapon wheel, go to the ATTACHMENTS.txt file on the same folder as this text file and follow
	that guide. This step is absolutely not necessary, attachments already work fine, this is just for the 100% integration of the weapon

5) Thats pretty much it, Enjoy :)